| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 5 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | View Code Duplication | const DB = require('../../libraries/db') |
|
| 44 | edit: async function (data, where, notWhere = {}) { |
||
| 45 | let result = ModelBase.execUpdate(table, data, where, notWhere) |
||
| 46 | |||
| 47 | return await result |
||
| 48 | } |
||
| 49 | |||
| 51 |